Xbasic

WIN_1394_INFO Function

Syntax

as P = win_1394_info([C computer ])

Arguments

win_1394_info

A pointer variable containing information about the 1394 (Firewire) controller of a computer.

computer

Optional. Default = "." (local computer). The name of the computer to analyze.

Description

The WIN_1394_INFO() function returns information about the 1394 (Firewire) controller on a computer.

Example

In this example the local computer has no Firewire controller.

? win_1394_info() 
 =

In this example the local computer has a Firewire controller.

? win_1394_info() 
= Availability = 
Caption = "VIA OHCI Compliant IEEE 1394 Host Controller" 
ConfigManagerErrorCode = 0 
ConfigManagerUserConfig = .F. 
CreationClassName = "Win32_1394Controller" 
Description = "VIA OHCI Compliant IEEE 1394 Host Controller" 
DeviceID = "PCI\VEN_1106&DEV_3044&SUBSYS_30441106&REV_46\4&1C660DD6&0&4BF0" 
ErrorCleared = 
ErrorDescription = 
InstallDate = 
LastErrorCode = 
Manufacturer = "VIA" 
MaxNumberControlled = 
Name = "VIA OHCI Compliant IEEE 1394 Host Controller" 
PNPDeviceID = "PCI\VEN_1106&DEV_3044&SUBSYS_30441106&REV_46\4&1C660DD6&0&4BF0" 
PowerManagementCapabilities = 
PowerManagementSupported = 
ProtocolSupported = 12 
Status = "OK" 
StatusInfo = 
SystemCreationClassName = "Win32_ComputerSystem" 
SystemName = "MYCOMPUTER" 
TimeOfLastReset =

Limitations

This function does not work with Windows 98 and Windows ME.

See Also